os.File.chmod (method)

2 uses

	os (current package)
		file.go#L549: func (f *File) Chmod(mode FileMode) error { return f.chmod(mode) }
		file_posix.go#L88: func (f *File) chmod(mode FileMode) error {